.alumni-section {
  color: #000;
  background-color: #E5E5E5;
}
.alumni-section .content-wrap {
  min-height: 200px;
}
#alumni-heading h1 {
  color: #000;
  font-family: Poppins, "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif00;
  border-bottom: none;
  text-align: left;
  padding: 16px 0 0;
}
.alumni-row {
  padding: 0;
}
.row1 {
  padding: 25px 0 0;
}
.alumni-col1 {
}
.alumni-col1 img {
  margin: -70px 0 0 -47px;
  width: 100%;
}
.alumni-col2 {
}
.alumni-row:after {
  content: "";
  display: table;
  clear: both;
}
.alumni-row p {
  font-family: "Source Sans Pro", "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif00;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}
.alumni-row h4 {
  color: #037ABA;
  font-family: "Source Sans Pro", "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif00;
  font-size: 16px;
  font-weight: 700;
}
.alumni-row h5 {
  color: #000;
  font-family: "Source Sans Pro", "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif00;
  font-size: 16px;
  font-weight: normal;
}
.alumni-section .content-wrap {
  padding-top 0;
  padding-bottom: 32px;
}
@media (min-width:700px) {
    .alumni-col2 {
      position: relative;
      min-height: 140px;
      padding-top: 25px;
    }
    /*.alumni-row h4 {
      position: absolute;
      bottom: 26px;
      right: 0;
    }
    .alumni-row h5 {
      position: absolute;
      bottom: 4px;
      right: 0;
    }*/
}
@media (min-width:1024px) {
  .alumni-section .content-wrap {
    max-width: 960px;
  }
}
@media (min-width:1280px) {
  .alumni-section .content-wrap {
    max-width: 1008px;
  }
}
@media (max-width:1024px) {
  .alumni-col2 {
    padding-top: 15px;
  }
}
@media (max-width:900px) {
  .alumni-col2 {
    padding-top: 5px;
  }
  .alumni-row {
    padding-top: 20px;
  }
  .alumni-row p {
    font-size: 18px;
  }
  .alumni-col1 img {
    margin: -40px 0 0 -25px;
    width: 90%;
  }
}
@media (max-width:700px) {
  .alumni-section .content-wrap {
    width: 95%;
  }
  .alumni-row {
    padding: 20px 0 10px;
  }
  .alumni-col1 img {
      margin: -25px 0 0 0;
      width: 100%;
  }
}
@media (max-width:450px) {
  .alumni-col1 img {
      margin: -15px 0 0 0;
  }
}